crypto/internal/bigmod.Nat.reset (method)
8 uses
crypto/internal/bigmod (current package)
nat.go#L95: func (x *Nat) reset(n int) *Nat {
nat.go#L109: x.reset(len(y.limbs))
nat.go#L120: x.reset(len(limbs))
nat.go#L476: return out.reset(len(m.nat.limbs))
nat.go#L616: copy(x.reset(n).limbs, T[n:])
nat.go#L634: copy(x.reset(n).limbs, T[n:])
nat.go#L648: copy(x.reset(n).limbs, T[n:])
nat.go#L662: copy(x.reset(n).limbs, T[n:])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |